home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Magazine / GraphicsCards / StormMesa / AMIGA / fd / aglutppc_lib.fd < prev   
Text File  |  1998-12-15  |  5KB  |  133 lines

  1. ##base _glutppcBase
  2. ##abi PPC
  3. ##bias 36
  4. *GLUT_initialization_sub-API--------------------------------------------------------
  5. glutInit(int_argcp,char_argv)()
  6. glutInitDisplayMode(unsigned_int_mode)()
  7. glutInitDisplayString(const_char_string)()
  8. glutInitWindowPosition(int_x,int_y)()
  9. glutInitWindowSize(int width,int_height)()
  10. glutMainLoop()()
  11. *GLUT_window_sub-API--------------------------------------------------------
  12. glutCreateWindow(const_char_title)()
  13. glutCreateSubWindow(int_win,int_x,int_y,int_width,int_height)()
  14. glutDestroyWindow(int_win)()
  15. glutPostRedisplay()()
  16. glutSwapBuffers()()
  17. glutGetWindow()()
  18. glutSetWindow(int_win)()
  19. glutSetWindowTitle(const_char_title)()
  20. glutSetIconTitle(const_char_title)()
  21. glutPositionWindow(int_x,int_y)()
  22. glutReshapeWindow(int_width,int_height)()
  23. glutPopWindow()()
  24. glutPushWindow()()
  25. glutIconifyWindow()()
  26. glutShowWindow()()
  27. glutHideWindow()()
  28. glutFullScreen()()
  29. glutSetCursor(int_cursor)()
  30. glutWarpPointer(int_x,int_y)()
  31. *GLUT_overlay_sub-API--------------------------------------------------------
  32. glutEstablishOverlay()()
  33. glutRemoveOverlay()()
  34. glutUseLayer(GLenum layer)()
  35. glutPostOverlayRedisplay()()
  36. glutShowOverlay()()
  37. glutHideOverlay()()
  38. *GLUT_menu_sub-API--------------------------------------------------------
  39. glutCreateMenu(ptr)()
  40. glutDestroyMenu(int_menu)()
  41. glutGetMenu()()
  42. glutSetMenu(int_menu)()
  43. glutAddMenuEntry(const_char_label,int_value)()
  44. glutAddSubMenu(const_char_label,int_submenu)()
  45. glutChangeToMenuEntry(int_item,const_char_label,int_value)()
  46. glutChangeToSubMenu(int_item,const_char_label,int_submenu)()
  47. glutRemoveMenuItem(int_item)()
  48. glutAttachMenu(int_button)()
  49. glutDetachMenu(int_button)()
  50. *GLUT_sub-API--------------------------------------------------------
  51. glutDisplayFunc(ptr)()
  52. glutReshapeFunc(ptr)()
  53. glutKeyboardFunc(ptr)()
  54. glutMouseFunc(ptr)()
  55. glutMotionFunc(ptr)()
  56. glutPassiveMotionFunc(ptr)()
  57. glutEntryFunc(ptr)()
  58. glutVisibilityFunc(ptr)()
  59. glutIdleFunc(ptr)()
  60. glutTimerFunc(unsigned_int_millis,ptr,value)()
  61. glutMenuStateFunc(ptr)()
  62. glutSpecialFunc(ptr)()
  63. glutSpaceballMotionFunc(ptr)()
  64. glutSpaceballRotateFunc(ptr)()
  65. glutSpaceballButtonFunc(ptr)()
  66. glutButtonBoxFunc(ptr)()
  67. glutDialsFunc(ptr)()
  68. glutTabletMotionFunc(ptr)()
  69. glutTabletButtonFunc(ptr)()
  70. glutMenuStatusFunc(ptr)()
  71. glutOverlayDisplayFunc(ptr)()
  72. glutWindowStatusFunc(ptr)()
  73. *GLUT_color_index_sub-API--------------------------------------------------------
  74. glutSetColor(int,GLfloat_red,GLfloat_green,GLfloat_blue)()
  75. glutGetColor(int_ndx,int_component)()
  76. glutCopyColormap(int_win)()
  77. *GLUT_state_retrieval_sub-API--------------------------------------------------------
  78. glutGet(GLenum_type)()
  79. glutDeviceGet(GLenum_type)()
  80. *GLUT_extension_support_sub-API--------------------------------------------------------
  81. glutExtensionSupported(const_char_name)()
  82. glutGetModifiers()()
  83. glutLayerGet(GLenum_type)()
  84. *GLUT_font_sub-API--------------------------------------------------------
  85. glutBitmapCharacter(void_font,int_character)()
  86. glutBitmapWidth(void_font,int_character)()
  87. glutStrokeCharacter(void_font,int_character)()
  88. glutStrokeWidth(void_font,int_character)()
  89. glutBitmapLength(void_font,const_unsigned_char_string)()
  90. glutStrokeLength(void_font,const_unsigned_char_string)()
  91. *GLUT_pre-built_models_sub-API--------------------------------------------------------
  92. glutWireSphere(GLdouble_radius,GLint_slices,GLint_stacks)()
  93. glutSolidSphere(GLdouble_radius,GLint_slices,GLint_stacks)()
  94. glutWireCone(GLdouble_base,GLdouble_height,GLint_slices,GLint_stacks)()
  95. glutSolidCone(GLdouble_base,GLdouble_height,GLint_slices,GLint_stacks)()
  96. glutWireCube(GLdouble_size)()
  97. glutSolidCube(GLdouble_size)()
  98. glutWireTorus(GLdouble_innerRadius,GLdouble_outerRadius,GLint_sides,GLint_rings)()
  99. glutSolidTorus(GLdouble_innerRadius,GLdouble_outerRadius,GLint_sides,GLint_rings)()
  100. glutWireDodecahedron()()
  101. glutSolidDodecahedron()()
  102. glutWireTeapot(GLdouble_size)()
  103. glutSolidTeapot(GLdouble_size)()
  104. glutWireOctahedron()()
  105. glutSolidOctahedron()()
  106. glutWireTetrahedron()()
  107. glutSolidTetrahedron()()
  108. glutWireIcosahedron()()
  109. glutSolidIcosahedron()()
  110. *GLUT_video_resize_sub-API--------------------------------------------------------
  111. glutVideoResizeGet(GLenum_param)()
  112. glutSetupVideoResizing()()
  113. glutStopVideoResizing()()
  114. glutVideoResize(int_x,int_y,int_width,int_height)()
  115. glutVideoPan(int_x,int_y,int_width,int_height)()
  116. *GLUT_debugging_sub-API--------------------------------------------------------
  117. glutReportErrors()()
  118. *GLUT_3.7--------------------------------------------------------
  119. glutKeyboardUpFunc(ptr)()
  120. glutSpecialUpFunc(ptr)()
  121. glutJoystickFunc(ptr,int_pollInterval)()
  122. glutIgnoreKeyRepeat(int_ignore)()
  123. glutSetKeyRepeat(int_repeatMode)()
  124. glutForceJoystickFunc()()
  125. glutEnterGameMode()()
  126. glutLeaveGameMode()()
  127. glutGameModeGet(GLenum_mode)()
  128. glutGameModeString(const_char_string)()
  129. *Missing_Functions_from_GLUT_3.6--------------------------------------------------------
  130. glutPostWindowRedisplay(int_win)()
  131. glutPostWindowOverlayRedisplay(int_win)()
  132. ##end
  133.